home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000246_news@columbia.edu_Thu Apr 27 05:01:19 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11136
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 27 Apr 1995 01:01:27 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15634
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 27 Apr 1995 01:01:25 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-Kermit 3.14 with Warp IAK
  9. Date: 27 Apr 1995 05:01:19 GMT
  10. Organization: Columbia University
  11. Lines: 38
  12. Message-Id: <3nn8ev$f8c@apakabar.cc.columbia.edu>
  13. References: <3nkjiu$olb@ftp.netgate.net> <1995Apr26.135750.48776@cc.usu.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Apr26.135750.48776@cc.usu.edu>,
  18. Joe Doupnik <jrd@cc.usu.edu> wrote:
  19. >In article <3nkjiu$olb@ftp.netgate.net>, awu@ftp.netgate.net writes:
  20. >> Hi,
  21. >> 
  22. >> Does anyone know how to use MS-Kermit 3.14 as a Telnet client in a 
  23. >> DOS session under OS/2 Warp while using IAK's PPP connection? C-Kermit
  24. >> for OS/2 5A(191) works quite well, but MS-Kermit does not recognize
  25. >> the existance of TCP/IP connection established by IAK. TIA.
  26. >-----------
  27. >    MS-DOS Kermit is, as the name says, a DOS program. That means
  28. >it has no contact with the resident OS/2 TCP/IP stack, nor with the
  29. >resident PPP driver. If there is an Int 14h style presenter then MSK
  30. >should work with it, but so far I haven't heard of one.
  31. >    It's difficult for many people to realize that OS/2, NT, Windows,
  32. >Unix, etc are vastly different environments that DOS and that DOS programs
  33. >(or programs written for another of the above) simply don't integrate into
  34. >the particular protected mode very peculiar environment that these systems
  35. >represent. These o/s' hand out system resources, say a TCP/IP stack, only
  36. >to programs designed and written specifically for them in toto.
  37. >    Joe D.
  38.  
  39. The OS/2 IAK provides an implementation of IBM TCP/IP 2.0 for DOS within
  40. OS/2 DOS Sessions.  However, MS-DOS Kermit does not work in that environment.
  41.  
  42. You can however use MS-DOS Kermit in conjunction with Ray Gwinn's SIO drivers.
  43. I have installed SIO.SYS, VSIO.SYS, VX00.SYS (fossil), and VMODEM (com3). 
  44. Then I tell MS-DOS Kermit to SET PORT FOSSIL 3, and dial away to my
  45. host.
  46.  
  47.  
  48. VMODEM uses binary telnet connections so sometimes you must use ^J instead 
  49. ^M.  But otherwise it works fine.
  50.  
  51. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  52. NEW: OS/2 C-Kermit 5A(191): 
  53.    ftp://kermit.columbia.edu/kermit/archives/cko191.zip 
  54.    http://www.columbia.edu/kermit/cko191.html